• frmCustomerOrders.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmCustomerOrders
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmCustomerOrders));
33             
this.TabControl1 = new System.Windows.Forms.TabControl();
34             
this.TabPage1 = new System.Windows.Forms.TabPage();
35             
this.label9 = new System.Windows.Forms.Label();
36             
this.GroupBox3 = new System.Windows.Forms.GroupBox();
37             
this.TextBox3 = new System.Windows.Forms.TextBox();
38             
this.TextBox2 = new System.Windows.Forms.TextBox();
39             
this.TextBox1 = new System.Windows.Forms.TextBox();
40             
this.Label5 = new System.Windows.Forms.Label();
41             
this.Label1 = new System.Windows.Forms.Label();
42             
this.Label2 = new System.Windows.Forms.Label();
43             
this.DataGridView1 = new System.Windows.Forms.DataGridView();
44             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
45             
this.Button3 = new System.Windows.Forms.Button();
46             
this.Button1 = new System.Windows.Forms.Button();
47             
this.Button2 = new System.Windows.Forms.Button();
48             
this.GroupBox1 = new System.Windows.Forms.GroupBox();
49             
this.dtpInvoiceDateTo = new System.Windows.Forms.DateTimePicker();
50             
this.dtpInvoiceDateFrom = new System.Windows.Forms.DateTimePicker();
51             
this.Label3 = new System.Windows.Forms.Label();
52             
this.Label4 = new System.Windows.Forms.Label();
53             
this.TabPage3 = new System.Windows.Forms.TabPage();
54             
this.txtCustomerID = new System.Windows.Forms.TextBox();
55             
this.GroupBox4 = new System.Windows.Forms.GroupBox();
56             
this.TextBox4 = new System.Windows.Forms.TextBox();
57             
this.TextBox5 = new System.Windows.Forms.TextBox();
58             
this.TextBox6 = new System.Windows.Forms.TextBox();
59             
this.Label6 = new System.Windows.Forms.Label();
60             
this.Label7 = new System.Windows.Forms.Label();
61             
this.Label8 = new System.Windows.Forms.Label();
62             
this.DataGridView3 = new System.Windows.Forms.DataGridView();
63             
this.GroupBox8 = new System.Windows.Forms.GroupBox();
64             
this.button4 = new System.Windows.Forms.Button();
65             
this.Button7 = new System.Windows.Forms.Button();
66             
this.Button9 = new System.Windows.Forms.Button();
67             
this.timer1 = new System.Windows.Forms.Timer(this.components);
68             
this.TabControl1.SuspendLayout();
69             
this.TabPage1.SuspendLayout();
70             
this.GroupBox3.SuspendLayout();
71             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).BeginInit();
72             
this.GroupBox2.SuspendLayout();
73             
this.GroupBox1.SuspendLayout();
74             
this.TabPage3.SuspendLayout();
75             
this.GroupBox4.SuspendLayout();
76             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView3)).BeginInit();
77             
this.GroupBox8.SuspendLayout();
78             
this.SuspendLayout();
79             
//
80             
// TabControl1
81             
//
82             
this.TabControl1.Controls.Add(this.TabPage1);
83             
this.TabControl1.Controls.Add(this.TabPage3);
84             
this.TabControl1.Location = new System.Drawing.Point(-1, 0);
85             
this.TabControl1.Name = "TabControl1";
86             
this.TabControl1.SelectedIndex = 0;
87             
this.TabControl1.Size = new System.Drawing.Size(1312, 665);
88             
this.TabControl1.TabIndex = 1;
89             
this.TabControl1.Click += new System.EventHandler(this.TabControl1_Click);
90             
//
91             
// TabPage1
92             
//
93             
this.TabPage1.Controls.Add(this.label9);
94             
this.TabPage1.Controls.Add(this.GroupBox3);
95             
this.TabPage1.Controls.Add(this.DataGridView1);
96             
this.TabPage1.Controls.Add(this.GroupBox2);
97             
this.TabPage1.Controls.Add(this.GroupBox1);
98             
this.TabPage1.Location = new System.Drawing.Point(4, 26);
99             
this.TabPage1.Name = "TabPage1";
100             
this.TabPage1.Padding = new System.Windows.Forms.Padding(3);
101             
this.TabPage1.Size = new System.Drawing.Size(1304, 635);
102             
this.TabPage1.TabIndex = 0;
103             
this.TabPage1.Text = "By Order Date";
104             
this.TabPage1.UseVisualStyleBackColor = true;
105             
//
106             
// label9
107             
//
108             
this.label9.AutoSize = true;
109             
this.label9.Location = new System.Drawing.Point(1126, 28);
110             
this.label9.Name = "label9";
111             
this.label9.Size = new System.Drawing.Size(39, 17);
112             
this.label9.TabIndex = 22;
113             
this.label9.Text = "label9";
114             
this.label9.Visible = false;
115             
//
116             
// GroupBox3
117             
//
118             
this.GroupBox3.Controls.Add(this.TextBox3);
119             
this.GroupBox3.Controls.Add(this.TextBox2);
120             
this.GroupBox3.Controls.Add(this.TextBox1);
121             
this.GroupBox3.Controls.Add(this.Label5);
122             
this.GroupBox3.Controls.Add(this.Label1);
123             
this.GroupBox3.Controls.Add(this.Label2);
124             
this.GroupBox3.Location = new System.Drawing.Point(1031, 91);
125             
this.GroupBox3.Name = "GroupBox3";
126             
this.GroupBox3.Size = new System.Drawing.Size(265, 142);
127             
this.GroupBox3.TabIndex = 21;
128             
this.GroupBox3.TabStop = false;
129             
this.GroupBox3.Text = "Total";
130             
this.GroupBox3.Visible = false;
131             
//
132             
// TextBox3
133             
//
134             
this.TextBox3.Location = new System.Drawing.Point(127, 99);
135             
this.TextBox3.Name = "TextBox3";
136             
this.TextBox3.Size = new System.Drawing.Size(124, 24);
137             
this.TextBox3.TabIndex = 25;
138             
//
139             
// TextBox2
140             
//
141             
this.TextBox2.Location = new System.Drawing.Point(127, 62);
142             
this.TextBox2.Name = "TextBox2";
143             
this.TextBox2.Size = new System.Drawing.Size(124, 24);
144             
this.TextBox2.TabIndex = 25;
145             
//
146             
// TextBox1
147             
//
148             
this.TextBox1.Location = new System.Drawing.Point(127, 26);
149             
this.TextBox1.Name = "TextBox1";
150             
this.TextBox1.Size = new System.Drawing.Size(124, 24);
151             
this.TextBox1.TabIndex = 24;
152             
//
153             
// Label5
154             
//
155             
this.Label5.AutoSize = true;
156             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
157             
this.Label5.Location = new System.Drawing.Point(18, 102);
158             
this.Label5.Name = "Label5";
159             
this.Label5.Size = new System.Drawing.Size(90, 18);
160             
this.Label5.TabIndex = 23;
161             
this.Label5.Text = "Due Payment";
162             
//
163             
// Label1
164             
//
165             
this.Label1.AutoSize = true;
166             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
167             
this.Label1.Location = new System.Drawing.Point(18, 66);
168             
this.Label1.Name = "Label1";
169             
this.Label1.Size = new System.Drawing.Size(96, 18);
170             
this.Label1.TabIndex = 23;
171             
this.Label1.Text = "Total Payment";
172             
//
173             
// Label2
174             
//
175             
this.Label2.AutoSize = true;
176             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.Label2.Location = new System.Drawing.Point(18, 31);
178             
this.Label2.Name = "Label2";
179             
this.Label2.Size = new System.Drawing.Size(58, 18);
180             
this.Label2.TabIndex = 22;
181             
this.Label2.Text = "Amount";
182             
//
183             
// DataGridView1
184             
//
185             
this.DataGridView1.AllowUserToAddRows = false;
186             
this.DataGridView1.AllowUserToDeleteRows = false;
187             
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
188             
this.DataGridView1.Location = new System.Drawing.Point(8, 99);
189             
this.DataGridView1.MultiSelect = false;
190             
this.DataGridView1.Name = "DataGridView1";
191             
this.DataGridView1.ReadOnly = true;
192             
this.DataGridView1.Size = new System.Drawing.Size(1017, 540);
193             
this.DataGridView1.TabIndex = 20;
194             
this.DataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView1_RowPostPaint);
195             
//
196             
// GroupBox2
197             
//
198             
this.GroupBox2.Controls.Add(this.Button3);
199             
this.GroupBox2.Controls.Add(this.Button1);
200             
this.GroupBox2.Controls.Add(this.Button2);
201             
this.GroupBox2.Location = new System.Drawing.Point(354, 7);
202             
this.GroupBox2.Name = "GroupBox2";
203             
this.GroupBox2.Size = new System.Drawing.Size(333, 87);
204             
this.GroupBox2.TabIndex = 19;
205             
this.GroupBox2.TabStop = false;
206             
//
207             
// Button3
208             
//
209             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
210             
this.Button3.Location = new System.Drawing.Point(218, 26);
211             
this.Button3.Name = "Button3";
212             
this.Button3.Size = new System.Drawing.Size(94, 40);
213             
this.Button3.TabIndex = 2;
214             
this.Button3.Text = "&Export Excel";
215             
this.Button3.UseVisualStyleBackColor = true;
216             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
217             
//
218             
// Button1
219             
//
220             
this.Button1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
221             
this.Button1.Location = new System.Drawing.Point(18, 26);
222             
this.Button1.Name = "Button1";
223             
this.Button1.Size = new System.Drawing.Size(94, 40);
224             
this.Button1.TabIndex = 0;
225             
this.Button1.Text = "&Get Data";
226             
this.Button1.UseVisualStyleBackColor = true;
227             
this.Button1.Click += new System.EventHandler(this.Button1_Click);
228             
//
229             
// Button2
230             
//
231             
this.Button2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
232             
this.Button2.Location = new System.Drawing.Point(118, 26);
233             
this.Button2.Name = "Button2";
234             
this.Button2.Size = new System.Drawing.Size(94, 40);
235             
this.Button2.TabIndex = 1;
236             
this.Button2.Text = "&Reset";
237             
this.Button2.UseVisualStyleBackColor = true;
238             
this.Button2.Click += new System.EventHandler(this.Button2_Click);
239             
//
240             
// GroupBox1
241             
//
242             
this.GroupBox1.Controls.Add(this.dtpInvoiceDateTo);
243             
this.GroupBox1.Controls.Add(this.dtpInvoiceDateFrom);
244             
this.GroupBox1.Controls.Add(this.Label3);
245             
this.GroupBox1.Controls.Add(this.Label4);
246             
this.GroupBox1.Location = new System.Drawing.Point(8, 6);
247             
this.GroupBox1.Name = "GroupBox1";
248             
this.GroupBox1.Size = new System.Drawing.Size(331, 87);
249             
this.GroupBox1.TabIndex = 18;
250             
this.GroupBox1.TabStop = false;
251             
//
252             
// dtpInvoiceDateTo
253             
//
254             
this.dtpInvoiceDateTo.CustomFormat = "dd/MMM/yyyy";
255             
this.dtpInvoiceDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
256             
this.dtpInvoiceDateTo.Location = new System.Drawing.Point(190, 42);
257             
this.dtpInvoiceDateTo.Name = "dtpInvoiceDateTo";
258             
this.dtpInvoiceDateTo.Size = new System.Drawing.Size(120, 24);
259             
this.dtpInvoiceDateTo.TabIndex = 107;
260             
//
261             
// dtpInvoiceDateFrom
262             
//
263             
this.dtpInvoiceDateFrom.CustomFormat = "dd/MMM/yyyy";
264             
this.dtpInvoiceDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
265             
this.dtpInvoiceDateFrom.Location = new System.Drawing.Point(24, 42);
266             
this.dtpInvoiceDateFrom.Name = "dtpInvoiceDateFrom";
267             
this.dtpInvoiceDateFrom.Size = new System.Drawing.Size(120, 24);
268             
this.dtpInvoiceDateFrom.TabIndex = 106;
269             
//
270             
// Label3
271             
//
272             
this.Label3.AutoSize = true;
273             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
274             
this.Label3.Location = new System.Drawing.Point(20, 18);
275             
this.Label3.Name = "Label3";
276             
this.Label3.Size = new System.Drawing.Size(47, 21);
277             
this.Label3.TabIndex = 9;
278             
this.Label3.Text = "From";
279             
//
280             
// Label4
281             
//
282             
this.Label4.AutoSize = true;
283             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
284             
this.Label4.Location = new System.Drawing.Point(186, 18);
285             
this.Label4.Name = "Label4";
286             
this.Label4.Size = new System.Drawing.Size(28, 21);
287             
this.Label4.TabIndex = 10;
288             
this.Label4.Text = "To";
289             
//
290             
// TabPage3
291             
//
292             
this.TabPage3.Controls.Add(this.txtCustomerID);
293             
this.TabPage3.Controls.Add(this.GroupBox4);
294             
this.TabPage3.Controls.Add(this.DataGridView3);
295             
this.TabPage3.Controls.Add(this.GroupBox8);
296             
this.TabPage3.Location = new System.Drawing.Point(4, 26);
297             
this.TabPage3.Name = "TabPage3";
298             
this.TabPage3.Padding = new System.Windows.Forms.Padding(3);
299             
this.TabPage3.Size = new System.Drawing.Size(1304, 635);
300             
this.TabPage3.TabIndex = 2;
301             
this.TabPage3.Text = "All Orders";
302             
this.TabPage3.UseVisualStyleBackColor = true;
303             
//
304             
// txtCustomerID
305             
//
306             
this.txtCustomerID.Location = new System.Drawing.Point(503, 27);
307             
this.txtCustomerID.Name = "txtCustomerID";
308             
this.txtCustomerID.Size = new System.Drawing.Size(100, 24);
309             
this.txtCustomerID.TabIndex = 30;
310             
this.txtCustomerID.Visible = false;
311             
//
312             
// GroupBox4
313             
//
314             
this.GroupBox4.Controls.Add(this.TextBox4);
315             
this.GroupBox4.Controls.Add(this.TextBox5);
316             
this.GroupBox4.Controls.Add(this.TextBox6);
317             
this.GroupBox4.Controls.Add(this.Label6);
318             
this.GroupBox4.Controls.Add(this.Label7);
319             
this.GroupBox4.Controls.Add(this.Label8);
320             
this.GroupBox4.Location = new System.Drawing.Point(1029, 91);
321             
this.GroupBox4.Name = "GroupBox4";
322             
this.GroupBox4.Size = new System.Drawing.Size(267, 142);
323             
this.GroupBox4.TabIndex = 29;
324             
this.GroupBox4.TabStop = false;
325             
this.GroupBox4.Text = "Total";
326             
this.GroupBox4.Visible = false;
327             
//
328             
// TextBox4
329             
//
330             
this.TextBox4.Location = new System.Drawing.Point(127, 99);
331             
this.TextBox4.Name = "TextBox4";
332             
this.TextBox4.Size = new System.Drawing.Size(125, 24);
333             
this.TextBox4.TabIndex = 25;
334             
//
335             
// TextBox5
336             
//
337             
this.TextBox5.Location = new System.Drawing.Point(127, 62);
338             
this.TextBox5.Name = "TextBox5";
339             
this.TextBox5.Size = new System.Drawing.Size(125, 24);
340             
this.TextBox5.TabIndex = 25;
341             
//
342             
// TextBox6
343             
//
344             
this.TextBox6.Location = new System.Drawing.Point(127, 25);
345             
this.TextBox6.Name = "TextBox6";
346             
this.TextBox6.Size = new System.Drawing.Size(125, 24);
347             
this.TextBox6.TabIndex = 24;
348             
//
349             
// Label6
350             
//
351             
this.Label6.AutoSize = true;
352             
this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
353             
this.Label6.Location = new System.Drawing.Point(18, 102);
354             
this.Label6.Name = "Label6";
355             
this.Label6.Size = new System.Drawing.Size(90, 18);
356             
this.Label6.TabIndex = 23;
357             
this.Label6.Text = "Due Payment";
358             
//
359             
// Label7
360             
//
361             
this.Label7.AutoSize = true;
362             
this.Label7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
363             
this.Label7.Location = new System.Drawing.Point(18, 66);
364             
this.Label7.Name = "Label7";
365             
this.Label7.Size = new System.Drawing.Size(96, 18);
366             
this.Label7.TabIndex = 23;
367             
this.Label7.Text = "Total Payment";
368             
//
369             
// Label8
370             
//
371             
this.Label8.AutoSize = true;
372             
this.Label8.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
373             
this.Label8.Location = new System.Drawing.Point(18, 31);
374             
this.Label8.Name = "Label8";
375             
this.Label8.Size = new System.Drawing.Size(58, 18);
376             
this.Label8.TabIndex = 22;
377             
this.Label8.Text = "Amount";
378             
//
379             
// DataGridView3
380             
//
381             
this.DataGridView3.AllowUserToAddRows = false;
382             
this.DataGridView3.AllowUserToDeleteRows = false;
383             
this.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
384             
this.DataGridView3.Location = new System.Drawing.Point(6, 99);
385             
this.DataGridView3.MultiSelect = false;
386             
this.DataGridView3.Name = "DataGridView3";
387             
this.DataGridView3.ReadOnly = true;
388             
this.DataGridView3.Size = new System.Drawing.Size(1017, 540);
389             
this.DataGridView3.TabIndex = 28;
390             
this.DataGridView3.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView3_RowPostPaint);
391             
//
392             
// GroupBox8
393             
//
394             
this.GroupBox8.Controls.Add(this.button4);
395             
this.GroupBox8.Controls.Add(this.Button7);
396             
this.GroupBox8.Controls.Add(this.Button9);
397             
this.GroupBox8.Location = new System.Drawing.Point(19, 6);
398             
this.GroupBox8.Name = "GroupBox8";
399             
this.GroupBox8.Size = new System.Drawing.Size(327, 87);
400             
this.GroupBox8.TabIndex = 26;
401             
this.GroupBox8.TabStop = false;
402             
//
403             
// button4
404             
//
405             
this.button4.Location = new System.Drawing.Point(15, 30);
406             
this.button4.Name = "button4";
407             
this.button4.Size = new System.Drawing.Size(94, 40);
408             
this.button4.TabIndex = 30;
409             
this.button4.Text = "Get Data";
410             
this.button4.UseVisualStyleBackColor = true;
411             
this.button4.Click += new System.EventHandler(this.button4_Click);
412             
//
413             
// Button7
414             
//
415             
this.Button7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
416             
this.Button7.Location = new System.Drawing.Point(215, 30);
417             
this.Button7.Name = "Button7";
418             
this.Button7.Size = new System.Drawing.Size(94, 40);
419             
this.Button7.TabIndex = 2;
420             
this.Button7.Text = "&Export Excel";
421             
this.Button7.UseVisualStyleBackColor = true;
422             
this.Button7.Click += new System.EventHandler(this.Button7_Click);
423             
//
424             
// Button9
425             
//
426             
this.Button9.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
427             
this.Button9.Location = new System.Drawing.Point(115, 30);
428             
this.Button9.Name = "Button9";
429             
this.Button9.Size = new System.Drawing.Size(94, 40);
430             
this.Button9.TabIndex = 1;
431             
this.Button9.Text = "&Reset";
432             
this.Button9.UseVisualStyleBackColor = true;
433             
this.Button9.Click += new System.EventHandler(this.Button9_Click);
434             
//
435             
// frmCustomerOrders
436             
//
437             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
438             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
439             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
440             
this.ClientSize = new System.Drawing.Size(1311, 664);
441             
this.Controls.Add(this.TabControl1);
442             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
443             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
444             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
445             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
446             
this.MaximizeBox = false;
447             
this.Name = "frmCustomerOrders";
448             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
449             
this.Text = "Orders Summary";
450             
this.TabControl1.ResumeLayout(false);
451             
this.TabPage1.ResumeLayout(false);
452             
this.TabPage1.PerformLayout();
453             
this.GroupBox3.ResumeLayout(false);
454             
this.GroupBox3.PerformLayout();
455             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).EndInit();
456             
this.GroupBox2.ResumeLayout(false);
457             
this.GroupBox1.ResumeLayout(false);
458             
this.GroupBox1.PerformLayout();
459             
this.TabPage3.ResumeLayout(false);
460             
this.TabPage3.PerformLayout();
461             
this.GroupBox4.ResumeLayout(false);
462             
this.GroupBox4.PerformLayout();
463             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView3)).EndInit();
464             
this.GroupBox8.ResumeLayout(false);
465             
this.ResumeLayout(false);
466
467         }
468
469         
#endregion
470
471         
internal System.Windows.Forms.TabControl TabControl1;
472         
internal System.Windows.Forms.TabPage TabPage1;
473         
internal System.Windows.Forms.GroupBox GroupBox3;
474         
internal System.Windows.Forms.TextBox TextBox3;
475         
internal System.Windows.Forms.TextBox TextBox2;
476         
internal System.Windows.Forms.TextBox TextBox1;
477         
internal System.Windows.Forms.Label Label5;
478         
internal System.Windows.Forms.Label Label1;
479         
internal System.Windows.Forms.Label Label2;
480         
internal System.Windows.Forms.DataGridView DataGridView1;
481         
internal System.Windows.Forms.GroupBox GroupBox2;
482         
internal System.Windows.Forms.Button Button3;
483         
internal System.Windows.Forms.Button Button1;
484         
internal System.Windows.Forms.Button Button2;
485         
internal System.Windows.Forms.GroupBox GroupBox1;
486         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDateTo;
487         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDateFrom;
488         
internal System.Windows.Forms.Label Label3;
489         
internal System.Windows.Forms.Label Label4;
490         
internal System.Windows.Forms.TabPage TabPage3;
491         
internal System.Windows.Forms.GroupBox GroupBox4;
492         
internal System.Windows.Forms.TextBox TextBox4;
493         
internal System.Windows.Forms.TextBox TextBox5;
494         
internal System.Windows.Forms.TextBox TextBox6;
495         
internal System.Windows.Forms.Label Label6;
496         
internal System.Windows.Forms.Label Label7;
497         
internal System.Windows.Forms.Label Label8;
498         
internal System.Windows.Forms.DataGridView DataGridView3;
499         
internal System.Windows.Forms.GroupBox GroupBox8;
500         
internal System.Windows.Forms.Button Button7;
501         
internal System.Windows.Forms.Button Button9;
502         
public System.Windows.Forms.Label label9;
503         
private System.Windows.Forms.Timer timer1;
504         
private System.Windows.Forms.Button button4;
505         
public System.Windows.Forms.TextBox txtCustomerID;
506     }
507 }


Gõ tìm kiếm nhanh...